Bug 479384 – gtk_selection_data_targets_include_uri docs buglet
authorMatthias Clasen <mclasen@redhat.com>
Sun, 25 May 2008 20:37:15 +0000 (20:37 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 25 May 2008 20:37:15 +0000 (20:37 +0000)
2008-05-25  Matthias Clasen  <mclasen@redhat.com>

        Bug 479384 – gtk_selection_data_targets_include_uri docs buglet

        * gtk/gtkselection.c (gtk_selection_data_targets_include_uri): Fix
        doc glitch, pointed out by Christian Persch.

svn path=/trunk/; revision=20158

ChangeLog
gtk/gtkselection.c

index 0dc992ef35d3b7e8ce114a5e5214c4bed499b397..097575dcf8c89ae5b82e08ee313c5a6f43237340 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-25  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 479384 – gtk_selection_data_targets_include_uri docs buglet
+
+       * gtk/gtkselection.c (gtk_selection_data_targets_include_uri): Fix
+       doc glitch, pointed out by Christian Persch.
+
 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 534694 – Col id in GtkListStore could be out of range
index 0cbd282aee04647a61cae24856a836c9fec9aadd..234839801c7659429514c4d3efd5c744ea16fa44 100644 (file)
@@ -2002,7 +2002,7 @@ gtk_targets_include_uri (GdkAtom *targets,
  * provide a list or URIs.
  * 
  * Return value: %TRUE if @selection_data holds a list of targets,
- *   and a suitable target for text is included, otherwise %FALSE.
+ *   and a suitable target for URI lists is included, otherwise %FALSE.
  *
  * Since: 2.10
  **/